home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / var / lib / dpkg / info / wbritish.postinst < prev    next >
Text File  |  2008-07-04  |  379b  |  16 lines

  1. #!/bin/sh
  2. set -e
  3. # Automatically added by installdeb-wordlist
  4. . /usr/share/debconf/confmodule
  5. SCRIPT="/usr/sbin/update-default-wordlist"
  6.  
  7. if [ "$1" = "configure" ] ; then
  8.     if [ -x "$SCRIPT" ]; then
  9.     $SCRIPT  --rebuild
  10.     else
  11.     echo "Error: $SCRIPT not present or executable. Missing dependency on dictionaries-common?" >&2
  12.     exit 1
  13.     fi
  14. fi
  15. # End automatically added section
  16.